Hello World!

Author Avatar
tkandi 9月 23, 2017
  • 在其它设备中阅读本文章

这是一篇有关 OI 的博客。

#include <iostream>
#include <cstdio>
#include <cstring>

using namespace std;

int main() {
    puts("Hello World!");
    return 0;
}